home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3.2 / Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO / exam / novice-p / basic.txt next >
Text File  |  1986-12-23  |  867b  |  22 lines

  1.      In order to run any BASIC program, you will need BASICA or GWBASIC which 
  2. is usually included on your copy of the DOS disk.  You can recognize a program 
  3. written in BASIC by looking at the three digit extension (xxxxxxxx.BAS) BAS.  
  4. The best way to run a BASIC program is by putting a disk with BASICA or 
  5. GWBASIC in one drive and the program disk in the other.  For example, to run a 
  6. BASIC program with the name SAMPLE.BAS, perform the following steps:
  7.  
  8. 1. Put the BASIC disk in DRIVE A: and the program disk in DRIVE B:
  9.  
  10. 2. Log to the drive with the program disk in it by entering "B:" (without the 
  11.    quotes, of course.) 
  12.  
  13. 3. Type "A:BASICA SAMPLE" or "A:GWBASIC SAMPLE" and press ENTER.
  14.  
  15. If you don't have two drives, 
  16.  
  17. 1. Copy GWBASIC or BASICA to the program disk. 
  18.  
  19. 2. Type "BASICA SAMPLE" or "GWBASIC SAMPLE" and press ENTER. 
  20.  
  21.  
  22.